home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SPACE 2
/
SPACE - Library 2 - Volume 1.iso
/
games
/
286
/
pascal
/
read.me
< prev
next >
Wrap
Text File
|
1988-08-19
|
983b
|
26 lines
ASMINPAS.DOC
ASMINPAS.PAS
ASMINPAS.PRG
SAMPLE1.B
SAMPLE1.S
These files show how you can include assembler language fragments in a
program that is essentially a Personal Pascal program. Any assembler
can be used, but you do need an assembler as well as Personal Pascal
to use this. The public domain assembler should be fine.
The object of mixing these two languages would be to make a faster
more compact program or to do things in assembler that are very
difficult in Pascal. The programs included are basically templates
that you modify to fit your needs. Both assembler and Pascal source
are included.
FOREST.DOC
FOREST.PAS
FOREST.PRG
Produce a table of contents and show the structure (subprogram scope
and nesting) of a Pascal program. Program output contains line
numbers versus major declarations. Output can be directed to the monitor,
a printer, or to a file. Pascal source included.